From 940d148dfc3c50c0aa4f5914ba1641fa4afc7223 Mon Sep 17 00:00:00 2001 From: Giuseppe Mazzotta Date: Fri, 17 Apr 2015 17:36:34 +0200 Subject: [PATCH] libxl: document foreground '-F' option of create command Signed-off-by: Giuseppe Mazzotta Acked-by: Ian Campbell --- tools/libxl/xl_cmdtable.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxl/xl_cmdtable.c b/tools/libxl/xl_cmdtable.c index 9284887c3b..7f4759bf92 100644 --- a/tools/libxl/xl_cmdtable.c +++ b/tools/libxl/xl_cmdtable.c @@ -30,6 +30,7 @@ struct cmd_spec cmd_table[] = { "-n, --dryrun Dry run - prints the resulting configuration\n" " (deprecated in favour of global -N option).\n" "-d Enable debug messages.\n" + "-F Run in foreground until death of the domain.\n" "-e Do not wait in the background for the death of the domain.\n" "-V, --vncviewer Connect to the VNC display after the domain is created.\n" "-A, --vncviewer-autopass\n" -- 2.30.2